crypto/internal/fips140/aes.CTR.b (field)
8 uses
crypto/internal/fips140/aes (current package)
ctr.go#L16: b Block
ctr.go#L34: b: *b,
ctr.go#L83: ctrBlocks1(&c.b, &out, &in, ivlo, ivhi)
ctr.go#L91: ctrBlocks8(&c.b, (*[8 * BlockSize]byte)(dst), (*[8 * BlockSize]byte)(src), ivlo, ivhi)
ctr.go#L99: ctrBlocks4(&c.b, (*[4 * BlockSize]byte)(dst), (*[4 * BlockSize]byte)(src), ivlo, ivhi)
ctr.go#L105: ctrBlocks2(&c.b, (*[2 * BlockSize]byte)(dst), (*[2 * BlockSize]byte)(src), ivlo, ivhi)
ctr.go#L111: ctrBlocks1(&c.b, (*[1 * BlockSize]byte)(dst), (*[1 * BlockSize]byte)(src), ivlo, ivhi)
ctr.go#L121: ctrBlocks1(&c.b, &out, &in, ivlo, ivhi)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |